Authorization-Service Constants

The AuthzSvc argument represents the authorization service supplied to the RpcBindingInqAuthInfo and RpcBindingSetAuthInfo run-time functions.

The following constants represent valid values for the AuthzSvc argument:

Constant

Value

Service

RPC_C_AUTHZ_NONE

0

Server performs no authorization.

RPC_C_AUTHZ_NAME

1

Server performs authorization based on the client s principal name.

RPC_C_AUTHZ_DCE

2

Server performs authorization checking using the client s DCE privilege attribute certificate (PAC) information, which is sent to the server with each remote procedure call made using the binding handle. Generally, access is checked against DCE access control lists (ACLs).

 

See Also

RpcBindingInqAuthInfo, RpcBindingSetAuthInfo